Skip to main content

BaseErrorManagedApiStep

Represents a base class for error-managed API steps, providing shared functionality for handling errors in workflow steps.

Properties

NameDescription
KeyA unique identifier for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TypeCodeThe type code associated with the flow object.
ErrorOptionsDefines error-related options for the API step.
NameName for the workflow step.
CaptionThe caption dictionary representing localized captions for the flow object.

Constructors

NameDescription
BaseErrorManagedApiStep(name, workflowData, workflowCodeInstance)Constructor for the BaseErrorManagedApiStep class. Initializes a new instance of the BaseErrorManagedApiStep class.
BaseErrorManagedApiStep(name,workflowData,workflowCodeInstance)Initializes a new instance of the BaseErrorManagedApiStep class with a name, workflow data, and workflow code instance.

Events

NameDescription
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.

Generic Types

NameDescription
TPropertiesGeneric type of properties.